From: Brion Vibber Date: Thu, 27 Dec 2007 22:27:57 +0000 (+0000) Subject: comment out unused level drop-down X-Git-Tag: 1.31.0-rc.0~50253 X-Git-Url: http://git.cyclocoop.org/%22.%24info%5B?a=commitdiff_plain;h=9c8ab8dee55273aaf374d6cad5ec2fd1c36fe57f;p=lhc%2Fweb%2Fwiklou.git comment out unused level drop-down --- diff --git a/includes/SpecialProtectedtitles.php b/includes/SpecialProtectedtitles.php index 69638afeac..4bc303bb17 100755 --- a/includes/SpecialProtectedtitles.php +++ b/includes/SpecialProtectedtitles.php @@ -102,7 +102,7 @@ class ProtectedTitlesForm { Xml::element( 'legend', array(), wfMsg( 'protectedtitles' ) ) . Xml::hidden( 'title', $special ) . " \n" . $this->getNamespaceMenu( $namespace ) . " \n" . - $this->getLevelMenu( $level ) . "
\n" . + // $this->getLevelMenu( $level ) . "
\n" . " " . Xml::submitButton( wfMsg( 'allpagessubmit' ) ) . "\n" . ""; }